Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateContour Method / CreateContour(Project,String,List<Placement3D>) Method
Full path with extension ("*.fc1") to file containing a contour.
list, that will be filled by additional created objects. may be null

CreateContour(Project,String,List<Placement3D>) Method
Creates a new drilling in the shape of the given contour.
Syntax

Parameters

oProject
strContureName
Full path with extension ("*.fc1") to file containing a contour.
listOfAdditionalObjects
list, that will be filled by additional created objects. may be null

Return Value

The created Drilling.
Exceptions
ExceptionDescription
Thrown when the Drilling has already been created.
Thrown if parameter pInstallationSpace or strContureName is null or empty.
See Also